home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_util / cidtool2.zip / CIDTOOL.BAT next >
DOS Batch File  |  1996-05-31  |  597b  |  16 lines

  1. @echo off
  2. REM   Edit this batch file to the way you want it. Remember, make
  3. REM   sure you have all the filenames / paths corresponding to that
  4. REM   of the setup program.
  5. REM   CIDOUT.* = The drop file created by CIDTool. This is build into the
  6. REM              program. Don't change it!
  7. REM   USERINFO.DAT = the file created by Telegard. This can change names.
  8. REM                  if you want to change the name, edit the script files.
  9. REM   CALLCHK.CID = the log file created by Jon Fletchers CID program.
  10. c:
  11. cd\cidtool
  12. del cidout.*
  13. cidtool.exe
  14. del userinfo.dat
  15. del callchk.cid
  16.